home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / info2guide_3.lha / info2guide / Info2Guide.doc < prev    next >
Encoding:
Text File  |  1994-05-04  |  2.2 KB  |  39 lines

  1. May 4, 1994
  2. This is a simple update to Mr Ponzio's original Arexx script.  I hope he doesn't mind me UL'ing this.
  3. This document is designed to be in conjunction with the original read me.
  4.  
  5. Update.
  6.  
  7. -- First:  This doc.  I had a hard time understanding exactly how the program was supposed
  8.    to work, so I thought a better explanation was in order.
  9.  
  10. -- Second: Mr Ponzio's script used very specific path names for file placement that wouldn't have fit
  11.    most peoples installations.  I changed these.  Now input files are expected from Gcc:info/ where
  12.    they should have been placed by default.  If Gcc was installed properly GCC: should be assigned to
  13.    whatever directory the program is in, and the info directory should have been created and its files
  14.    automatically installed.  If for some reason you're setup is different, simply assign gcc: to
  15.    wherever the installation was created. i.e.  assign gcc: work:gcc.
  16.    Output files, that is those .guide files created by info2guide are stored in output:  You will have
  17.    to assign output: to where ever you want the file(s) created.  A good place is in the Ram disk.  So
  18.    if you wanted them in the Ram disk simply do this at a command prompt.  assign output: ram:  or if
  19.    you wanted them in your work:amigaguids directory say assign output: work:amigaguids  NOTE:  some
  20.    amigaguide file can get quite large, > 1 meg in some cases.
  21.  
  22.  
  23. Now for finite instructions.
  24.  
  25. 1)  Make sure GCC: is assigned to the proper place (see above)
  26. 2)  Assign output: to where you want the output file to go (see above)
  27. 3)  Make sure the rexx inturpriter is running.  Rexx is a seperate program needed if you want to use
  28.     this script.  You may be able to get it off of BBS's or the Internet if you don't already have it.
  29. 4)  At a shell or cli prompt type    rx info2guide.rexx filename  Where filename is one of the groups
  30.     of file in the gcc:info/ directory. For example, to process gcc.info-1 through gcc.info-23 you
  31.     would type     rx info2guide.rexx gcc   This is assuming that info2guide is in the gcc:info/
  32.     directory.
  33. 5)  Wait for a couple of years, now aren't you gald you have a multitasking computer. :)
  34.  
  35.  
  36. Later
  37. David L Sargent
  38. sarge923@raven.csrv.uidaho.edu
  39.